doubles, and the _double variants have been removed. Update your
code accordingly.
</para>
+ <para>
+ Any APIs that deal with global (or root) coordinates have been
+ removed in GTK4, since not all backends support them. You should
+ replace your use of such APIs with surface-relative equivalents.
+ Examples of this are gdk_surfae_get_origin(), gdk_surface_move()
+ or gdk_event_get_root_coords().
+ </para>
</section>
-
+
<section>
<title>Adapt to GdkKeymap API changes</title>
<para>